.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  background-color: #fff;
}
header .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
header .top .cont .logo {
  display: flex;
  align-items: center;
}
header .top .cont .logo .text {
  margin-left: 16px;
}
header .top .cont .logo .text p {
  font-size: 30px;
  color: #463e42;
  font-weight: bold;
}
header .top .cont .logo .text span {
  color: #463e42;
  font-size: 16px;
}
header .top .cont .contact {
  margin-left: auto;
  padding-left: 66px;
  background: url(../images/tel.png) no-repeat left center;
}
header .top .cont .contact p {
  color: #463e42;
  font-size: 16px;
}
header .top .cont .contact span {
  color: #512e12;
  font-size: 30px;
  font-weight: bold;
}
header .nav {
  width: 100%;
  line-height: 62px;
  background-color: #141414;
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  flex: 1;
  text-align: center;
  position: relative;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header .nav ul li > a {
  color: #f2eede;
  font-size: 14px;
  display: block;
}
header .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 62px;
  width: 100%;
  left: 50%;
  padding: 5px 10px;
  background-color: #463e42;
  transform: translateX(-50%);
}
header .nav ul li .drop a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
header .nav ul li .drop a:last-child {
  border: none;
}
header .nav ul li.active {
  background-color: #463e42;
}
header .nav ul li:hover {
  background-color: #463e42;
}
header .nav ul li:hover .drop {
  display: block;
}
.banner {
  width: 100%;
  max-width: 1920px;
  height: 636px;
  text-align: center;
  overflow: hidden;
}
footer {
  margin-top: 60px;
  padding-top: 90px;
  background-color: #262626;
}
footer .top {
  padding-bottom: 40px;
}
footer .top .cont {
  display: flex;
}
footer .top .cont .logo {
  text-align: center;
}
footer .top .cont .logo p {
  color: #fff;
  font-size: 14px;
  margin-top: 2em;
}
footer .top .cont .info {
  flex: 1;
  margin-left: 60px;
}
footer .top .cont .info .foot-nav ul {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #555555;
}
footer .top .cont .info .foot-nav ul li {
  margin-right: 60px;
}
footer .top .cont .info .foot-nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
footer .top .cont .info .contact {
  margin-top: 2em;
}
footer .top .cont .info .contact p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
footer .cr {
  background-color: #3f3f3f;
  text-align: center;
  line-height: 4;
  color: #fff;
}
footer .cr a {
  color: #fff;
  margin-left: 1em;
  text-decoration: underline;
}
